home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / iceweasel / README.Debian < prev   
Encoding:
Text File  |  2013-01-08  |  2.9 KB  |  83 lines

  1. Iceweasel for Debian
  2. ====================
  3.  
  4. Please read the file /usr/share/bug/iceweasel/presubj for information
  5. you may want to know if you will report a bug.
  6.  
  7. Why is it not called Firefox?
  8. -----------------------------
  9.  
  10. Due to our inability to use the Firefox logo because of a non-free
  11. copyright, the Mozilla Corporation insisted that we not use the
  12. trademarked name Firefox either. Most of the details are documented in
  13. #354622 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=354622>. 
  14.  
  15. Even though it is not called Firefox, it still comes from exactly the
  16. same upstream, and is by and large exactly the same (the differences
  17. some distribution specific customizations, rebranding and the
  18. occasional bug fix).
  19.  
  20. Sound
  21. -----
  22.  
  23. Iceweasel used to provide a facility to setup a dsp wrapper for sound
  24. support. The main contender that required this is the proprietary Flash
  25. plugin, which has supported ALSA for a while now.
  26.  
  27. However, if for some reason Flash gets it wrong and uses OSS instead, you
  28. can set the FLASH_ALSA_DEVICE variable to tell it what ALSA device it can
  29. use.
  30.  
  31. using Java. (You should use plugin which compiled with gcc-3.2 or newer)
  32. ----------
  33.  
  34. You can install one of the following packages: 
  35.  - gcjwebplugin,
  36.  - java-gcj-compat-plugin,
  37.  - sun-java5-plugin.
  38.  
  39. Alternatively, you can grab a binary Java distribution from
  40. http://java.sun.com/, install the java-package package and do a make-jpkg
  41. on the file.
  42.  
  43. Buttons
  44. -------
  45.  
  46. Some people have complained that the button order in dialogs is
  47. non-intuitive (ie, they don't like it). To reverse the order, add the
  48. following to your chrome/userChrome.css file, under the
  49. ~/.mozilla/firefox directory:
  50.  
  51. .dialog-button-box { -moz-box-direction: reverse; -moz-box-pack: right; }
  52. .dialog-button-box spacer { display: none ! important; }
  53.  
  54. Emacs keybindings
  55. -----------------
  56.  
  57. Versions of Firefox before 1.0 supported Emacs style keybindings in
  58. text entry boxes. Version 1.0 now merely follows the GTK keybindings
  59. settings. To enable Emacs keybindings in GTK, follow the instructions
  60. at http://kb.mozillazine.org/Emacs_Keybindings_(Firefox).
  61.  
  62. Well Known Ports
  63. ----------------
  64.  
  65. To prevent Iceweasel from being used to launch attacks against other
  66. protocols, certain ports cannot be connected to by default. See
  67. http://www.mozilla.org/projects/netlib/PortBanning.html for further
  68. information. To allow the port numbers being used, enter
  69. "about:config" in the URL bar and edit the
  70. "network.security.ports.banned.override" entry to list the ports you
  71. wish to allow (eg "2049,4045,6000").
  72.  
  73. Safe Browsing
  74. -------------
  75.  
  76. Phishing and malware protection, also known as Safe Browsing, makes use
  77. of a third party web service and regularly downloads updates. More
  78. information on how this works and what is being sent and downloaded are
  79. available on the following page:
  80. http://www.mozilla.com/en-US/firefox/phishing-protection/
  81.  
  82.  -- Mike Hommey <glandium@debian.org>, Tue, 13 Apr 2010 14:37:37 +0200
  83.